home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Templates / Html / xhtml_jscript.htm < prev   
Encoding:
Extensible Markup Language  |  2006-08-30  |  401 b   |  19 lines

  1. <?xml version = "1.0"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns = "http://www.w3.org/1999/xhtml">
  5. <head>
  6.    <title></title>
  7.    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.  
  9.    <script type = "text/javascript">
  10.       <!--
  11.  
  12.       // -->
  13.    </script>
  14. </head>
  15. <body>
  16.  
  17. </body>
  18. </html>
  19.